html, body {
    word-break: break-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    min-width: 1200px;
    background: #F5F8FC;
}
/*网站整体黑白*/
/*html{ filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: url("data:image/svg+xml;utf8,#grayscale"); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(1);}*/
/*****************/

.main-width {
    width: 1200px;
    margin: 0 auto;
}

.wrap {
    min-height: 100vh;
}

.flex-default {
    height: 100%;
    display: flex;
    align-items: center;
}

.flex-center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a:link {
    text-decoration: none;
}

.pad-no {
    padding: 0 !important;
}

.pad-16{
    padding:16px;
}

.pad-30 {
    padding: 30px;
}
.pad-top-10 {
    padding-top: 10px;
}
.pad-top-14 {
    padding-top: 14px;
}
.pad-top-40 {
    padding-top: 40px;
}

.mar-top-30 {
    margin-top: 30px;

}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-msg {
    display: flex;
    align-items: center;
    color: #515C6B;
    font-size: 14px;
    margin-top: 12px;
    line-height: 24px;
}

.list-icon {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    flex-shrink: 0;
}

.icon-home {
    background: url("../../img/ic_home_solid@2x.png") center/100% 100% no-repeat;
}

.icon-address {
    background: url("../../img/ic_address_solid@2x.png") center/100% 100% no-repeat;
}

.icon-time {
    background: url("../../img/ic_time_solid@2x.png") center/100% 100% no-repeat;
}

.color-green {
    color: #00B8C5 !important;
}
.color-tab-green {
    color: #00AEBD !important;
}

.bg-green {
    background-color: #00B8C5;
}

.bg-blue {
    background-color: #006AF5;
}

.blue-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #006AF5;
    font-weight: bold;
    font-size: 14px;
    padding: 7px 12px;
    background: #E1EEFF;
    border-radius: 4px;
}

.blue-btn-right {
    flex-shrink: 0;
    margin-left: 78px;
}
.send-btn{
    width:240px;
    height:48px;
    background-color:#006AF5;
    color:#fff;
    font-weight: bold;
    font-size:20px;
    border-radius: 4px;
}
.send-btn:hover{
    color:#fff;
}
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
    -moz-appearance: textfield;
}

input[type='number'] {
    -moz-appearance: textfield;
}

/*header*/
.header-wrap {
}

.header-wrap .banner {
    width: 100%;
    height: 320px;
    background: url("../../img/img_bg_top@2x.png") center/cover no-repeat;
}

.header-wrap .header-nav {
    width: 100%;
    height: 60px;
    background: #005CD4;
}

.header-wrap .header-nav .nav-list {
}

.header-wrap .header-nav .nav-list .item-li {
    width: 120px;
    height: 100%;
    position:relative;
}

.header-wrap .header-nav .nav-list .item-li.on ,.header-wrap .header-nav .nav-list .item-li a:hover{
    background: #00439A;
}

.header-wrap .header-nav .nav-list .item-li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.item-li .nav-icon{
    width:16px;
    height:16px;
    margin-left:8px;
}
.item-li .icon-down{
    background:url('../../img/arrow_down_line@2x.png') center/100% 100% no-repeat;
}
.item-li .icon-up{
    background:url('../../img/arrow_down_line@2x.png') center/100% 100% no-repeat;
    transform: rotateX(180deg);
}
.item-li .menu-children-list{
    display:none;
    position:absolute;
    top:60px;
    left:0;
    padding-top:5px;
    width:100%;
    z-index:10;
}
.item-li .menu-wid-l{
    min-width:240px;
}
.item-li .menu-children-list .child-li{
    width:100%;
    height:50px;
    background: #005CD4;
    border-bottom:1px solid #004EB4;
}
.item-li .menu-children-list .child-li a{
    padding:0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start!important;
}
.item-li .menu-children-list .child-li.on{
    background: #00439A;
}
.item-li .menu-children-list .child-li a:hover{
    display: flex;
    align-items: center;
    justify-content: flex-start!important;
    background: #00439A;
}

.login-link {
    color: #1E70DA;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    width: 90px;
    height: 40px;
    border-radius: 4px;
}
/*party-header*/
#partyHeaderWrap .banner{
    background: url("../../img/party/banner_home_red@2x.png") center/cover no-repeat;
}
#partyHeaderWrap .header-nav{
    background: #D00023;
}
#partyHeaderWrap .header-nav .nav-list .item-li.on ,
#partyHeaderWrap .header-nav .nav-list .item-li a:hover{
    background: #AD001D;
}
#partyHeaderWrap .item-li .menu-children-list .child-li{
    width:100%;
    height:50px;
    background: #D00023;
    border-bottom:1px solid #AD001D;
}
#partyHeaderWrap .item-li .menu-children-list .child-li.on{
    background: #AD001D;
}
#partyHeaderWrap .item-li .menu-children-list .child-li a:hover{
    background: #AD001D;
}
#partyHeaderWrap .login-link{
    color:#D00023;
}
/*footer*/
.footer-wrap {
    width: 100%;
    min-height: 140px;
    background: #005CD4;
    padding: 28px 0;
}

.footer-wrap .footer-box {
    text-align: center;
}

.footer-wrap .footer-box .logo {
    width: 80px;
    height: 80px;
    margin-right: 40px;
}

.footer-wrap .footer-box .footer-list {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 21px;
    text-align: left;
}
#partyHome .footer-wrap{
    background:#AD001D;
}
/*breadcrumb*/
.breadcrumb {
    height: 57px;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb li {
    font-size: 13px;
    color: #515C6B;
    display: flex;
    align-items: center;
}

.breadcrumb li a {
    color: #515C6B;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    padding-right: 0;
    background: url("../../img/ic_arrow_right_nav@2x.png") center/100% 100% no-repeat;
}

/*content*/
.content {
    min-height: 449px;
    margin-bottom: 30px;
}

/*详情*/
.content .detail-wrap {
    padding: 20px 0;
    background: #fff;
}

.detail-wrap .detail-page-name-wrap {
    padding: 0 30px;
}

.detail-wrap .detail-page-name-wrap .detail-page-name {
    color: #323B47;
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 20px;
}

.detail-wrap .detail-page-name-wrap::after {
    display: block;
    content: '';
    flex: 1;
    height: 1px;
    background-color: #EBEEF2;
}

.detail-content-title-wrap {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 10px;
}

.detail-content-title-wrap .detail-content-title {
    color: #323B47;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.detail-content-title-wrap .detail-content-title-tips {
    color: #515C6B;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.detail-content-title-wrap .detail-content-title-tips div:first-child {
    margin-right: 20px;
}

 .detail-content-title-wrap .new-detail-tips{
     display:flex;
     justify-content: space-between;
     width:70%;
     margin:0 auto;
 }
 .detail-content-title-wrap .new-detail-tips .tips-left{
     text-align: left;
     line-height:1.8;
 }
 .detail-content-title-wrap .new-detail-tips .code-img{
     width:100px;
     height:100px;
 }

.detail-btn-group .link-btn {
    display: block;
    background: #E1EEFF;
    border-radius: 4px;
    padding: 7px 12px;
    font-weight: bold;
    font-size: 12px;
    color: #006AF5;
    text-align: center;
    margin-right: 20px;
}

.detail-btn-group .link-btn:last-child {
    margin-right: 0;
}

.detail-list-wrap {
    padding: 30px;
    background: #fff;
}

.banner-img {
    width: 100%;
    height: 155px;
    object-fit: cover;
}

.meeting-info-wrap {
    padding: 20px;
    background: #F5F8FC;
    border: 1px solid #EBEEF2;
}

.meeting-info-wrap .meeting-title-group {
    height: 24px;
    margin-bottom: 16px;
}

.meeting-info-wrap .meeting-title-group .meeting-type {
    flex-shrink: 0;
    padding: 2px 6px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    margin-right: 8px;
}

.meeting-info-wrap .meeting-title-group .meeting-title {
    flex: 1;
    color: #323B47;
    font-size: 20px;
    font-weight: bold;
}

.meeting-info-wrap .meeting-detail .meeting-msg {

}

/*分享*/
.social-share .social-share-icon{
    border-radius: 0!important;
}
.social-share .social-share-icon:hover{
    border:none!important;
    color:transparent!important;
}
.social-share .icon-weibo{
    border:none!important;
    color:transparent!important;
}
.social-share .icon-wechat{
    border:none!important;
    color:transparent!important;
}

/*分享*/
#share a {
    display: block;
    width: 24px;
    height: 24px;
}

#share a.icon-weibo{
    background:url('../../js/plugins/share/img/icon-wb.png') center/100% 100% no-repeat;
}
#share a.icon-wechat{
    background:url('../../js/plugins/share/img/icon-wx.png') center/100% 100% no-repeat;
}

/*富文本*/
.rich-text-wrap {
    color: #323B47;
    font-size: 18px;
    line-height: 1.5;
    padding: 30px 100px;
    overflow: auto;
}

.rich-text-wrap p{
    margin: 16px;
}

.rich-text-wrap * {
    max-width: 100%;
}

.rich-text-wrap img {
    max-width: 100%;
    height: auto;
}

.rich-text-wrap table {
    max-width: 100% !important;
    max-height: 500px !important;
}

.rich-text-wrap figure.image-style-align-left {
    text-align: left;
}

.rich-text-wrap figure.image-style-align-right {
    text-align: right;
}

.rich-text-wrap figure.image-style-align-center {
    text-align: center;
}
/*附件*/
.attachment-wrap{
    padding:20px 0 0;
    margin:0 30px;
    display:flex;
    border-top:1px solid #EBEEF2;
}
.attachment-wrap .label{
    color:#323B47;
    font-size:16px;
    font-weight:bold;
}
.attachment-wrap .attachment-list{
    font-size:14px;
}
.attachment-wrap .attachment-list .attachment-item{
    line-height:20px;
    margin-bottom:5px;
}
.attachment-item a{
    color:#323B47;
}
.attachment-item a:hover{
    color:#005CD4;
}
/*tab--绿线*/
.tab-title-wrap{
    background: #FCFDFF;
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding-right:8px;
    border-bottom:1px solid #EBEEF2;
}
.tab-title-wrap .green-tab{
    flex:1;
}
.tab-title-wrap .more-btn{
    flex-shrink: 0;
    height:40px;
    display:flex;
    align-items: center;
    color:#515C6B;
    font-size:13px;
    padding-right:16px;
    background:url('../../img/index/ic_more_gray@2x.png') right center/16px no-repeat;
}
.green-tab{
    height:40px;
    border-color:#EBEEF2;
    border-bottom:none;
}
.green-tab .nav-link{
    display:inline-flex;
    height:100%;
    align-items: center;
    color:#323B47;
    font-size:17px;
    font-weight:bold;
    border:none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-right:1px solid #EBEEF2;
}
.green-tab .nav-link.active{
    position:relative;
    border-top:2px solid #00AEBD;
    color:#00AEBD;
}
.green-tab .nav-link.active::after{
    content: "";
    display:block;
    height:1px;
    width:100%;
    position:absolute;
    bottom:-1px;
    left:0;
    background:#fff;
}
.green-tab-content{
    width:100%;
    min-height:210px;
    box-sizing: border-box;
    padding:16px;
}
.green-tab-middle-content{
    height:275px;
}
.green-tab-big-content{
    height:341px;
}
.green-nav-tab-content{
    padding:0;
}

.green-tab-content .tab-content-list .list-item{
    margin-bottom:14px;
}
.green-tab-content .tab-content-list .list-item:last-child{
    margin-bottom:0;
}
.green-tab-content .tab-content-list .list-item a{
    font-size:15px;
    line-height:17px;
    display:flex;
    align-items:center;
}
.green-tab-content .tab-content-list .list-item a h6{
    margin-bottom:0;
    color:#323B47;
    flex:1;

}
.green-tab-content .tab-content-list .list-item a .time{
    flex-shrink: 0;
    color:#8491A1;
    margin-left:34px;
}
.green-tab-content .tab-content-list .list-item a:hover h6,
.green-tab-content .tab-content-list .list-item a:hover .time{
    color:#00AEBD!important;
}
/*tab--红线*/
.red{
    height:40px;
    border-color:#EBEEF2;
    border-bottom:none;
}
.red-tab{
    height:40px;
    border-color:#EBEEF2;
    border-bottom:none;
}
.red-tab .nav-link{
    display:inline-flex;
    height:100%;
    align-items: center;
    color:#323B47;
    font-size:14px;
    font-weight:bold;
    border:none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-right:1px solid #EBEEF2;
}
.red-tab .nav-link.active{
    position:relative;
    border-top:2px solid #D00023;
    color:#D00023;
}
.red-tab .nav-link.active::after{
    content: "";
    display:block;
    height:1px;
    width:100%;
    position:absolute;
    bottom:-1px;
    left:0;
    background:#fff;
}
.red-tab-content{
    width:100%;
    min-height:210px;
    box-sizing: border-box;
    padding:16px;
}
.red-tab-middle-content{
    height:275px;
}
.red-tab-big-content{
    height:341px;
}
.red-nav-tab-content{
    padding:0;
}

.red-tab-content .tab-content-list .list-item{
    margin-bottom:15px;
}
.red-tab-content .tab-content-list .list-item:last-child{
    margin-bottom:0;
}
.red-tab-content .tab-content-list .list-item a{
    font-size:14px;
    line-height:18px;
    display:flex;
    align-items:center;
}
.red-tab-content .tab-content-list .list-item a h6{
    margin-bottom:0;
    color:#333;
    flex:1;

}
.red-tab-content .tab-content-list .list-item a .time{
    flex-shrink: 0;
    color:#999;
    margin-left:34px;
}
.red-tab-content .tab-content-list .list-item a:hover h6,
.red-tab-content .tab-content-list .list-item a:hover .time{
    color:#D00023!important;
}
/*tab--背景蓝色*/
#blueTab {
    border-bottom: 3px solid #006AF5;
    margin-bottom: 20px;
    background: #fff;
}

#blueTab .nav-link, #blueLineTab .nav-link {
    font-size: 16px;
    padding: 12px 36px;
    color: #323B47;
    border-radius: 0;
}

#blueTab .nav-link:hover, #blueLineTab .nav-link:hover {
    border-color: transparent;
}

#blueTab .nav-link.active {
    color: #fff;
    background-color: #006AF5;
    font-weight: bold;
    border-color: transparent;
}

#blueTabContent {
    background: #fff;
    padding: 30px;
}

#blueTabContent .container {
    padding: 0;
}

/*tab--线蓝色*/
#blueLineTab {
    margin-bottom: 30px;
    background: #fff;
}

#blueLineTab .nav-item {
    margin-right: 30px;
}

#blueLineTab .nav-link {
    padding: 10px 10px 22px;
}

#blueLineTab .nav-link:hover {
    border-color: transparent;
}

#blueLineTab .nav-link.active {
    color: #006AF5;
    background-color: transparent;
    font-weight: bold;
    border-color: transparent;
    position: relative;
}

#blueLineTab .nav-link.active::after {
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    background-color: #006AF5;
    content: '';
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.detail-tab-wrap {
    margin-top: 30px;
}

/*list*/
.icon-job {
    background: url("../../img/img_job.png") center/cover no-repeat;
}

.icon-vocation {
    background: url("../../img/img_vocation_default copy 6@2x.png") center/cover no-repeat;
}

.default-list {
    border: 1px solid #EBEEF2;
}

.default-list .list-item {
    display: flex;
    align-items: center;
    min-height: 79px;
    border-bottom: 1px solid #EBEEF2;
}

.default-list .list-item .list-item-a {
    width: 100%;
    height: 100%;
    padding: 14px 28px;
}

.default-list .list-item:last-child {
    border-bottom: 0;
}

.default-list .list-item .img {
    display: block;
    width: 52px;
    height: 52px;
    margin-right: 18px;
    flex-shrink: 0;
}

.default-list .list-item .img + div {
    flex: 1;
    overflow: hidden;
}

.default-list .list-item img.img {
    object-fit: cover;
}

.default-list .list-item .title {
    color: #323B47;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
    line-height: 24px;
    width: 100%;
}

.default-list-two .list-item .title {
    color: #323B47;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 24px;
    width: 100%;
}

.default-list .list-item .date, .default-list-two .list-item .date {
    color: #515C6B;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
}

.default-list .list-item .date .separate,
.default-list-two .list-item .date .separate {
    position: relative;
    padding: 0 12px;
}

.default-list .list-item .date .separate:first-child,
.default-list-two .list-item .date .separate:first-child {
    padding-left: 0;
}

.default-list .list-item .date .separate:first-child::after,
.default-list-two .list-item .date .separate:first-child::after {
    display: none;
}

.default-list .list-item .date .separate::after,
.default-list-two .list-item .date .separate::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 1px;
    height: 12px;
    background-color: #ccc;
}

.default-list-two {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.default-list-two .list-two-item {
    box-sizing: border-box;
    width: 555px;
    min-height: 126px;
    padding: 20px;
    border: 1px solid #EBEEF2;
    margin-bottom: 30px;
}

.default-list-two .list-two-item:hover {
    border: 1px solid #00B8C5;
}

.default-list-two .list-two-item:nth-child(2n-1) {
    margin-right: 30px;
}

.default-list-two .list-two-item .title-group {
    margin-bottom: 16px;
    height: 22px;
}

.default-list-two .list-two-item .meeting-type {
    width: auto;
    height: 20px;
    padding: 4px;
    border-radius: 4px;
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    align-content: center;
    margin-right: 5px;
}

.default-list-two .list-two-item .blue-bg {
    background: #006AF5;
    color: #FFFFFF;
}

.default-list-two .list-two-item .green-bg {
    background: #00B8C5;
    color: #FFFFFF;
}

.default-list-two .list-two-item .light-blue-bg {
    background: #D3E6FF;
    color: #006AF5;
}

.default-list-two .list-two-item .title-group .list-title {
    color: #323B47;
    font-size: 18px;
    flex: 1;
}

.default-list-two .list-two-item .title-group .list-time {
    flex-shrink: 0;
    color: #00B8C5;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
}

/*分页*/
.pagination-wrap {
    height: 32px;
    color: #323B47;
    font-size: 14px;
}

.pagination-wrap .total-wrap {
    color: #8491A1;
    font-size: 14px;
}

.pagination-wrap .pagination {
    box-sizing: border-box;
    height: 100%;
}

.pagination-wrap .pagination .page-item.disabled {
    cursor: not-allowed;
}

.pagination-wrap .pagination .page-item.active .page-link {
    background-color: #006AF5;
    border: 1px solid #006AF5;
    color: #fff;
}

.pagination-wrap .pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination-wrap .pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    min-width: 32px;
    height: 100%;
    color: #323B47;
    margin: 0 4px;
    border-radius: 4px;
    border: 1px solid #BEC9D2;
}

.pagination-wrap .page-tips {
    height: 32px;
    color: #323B47;
    font-size: 14px;
    padding: 5px 19px;
    margin: 0 8px 0 12px;
    border-radius: 4px;
    border: 1px solid #BEC9D2;
}

.jump-input {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    width: 48px;
    height: 32px;
    color: #323B47;
    font-size: 14px;
    padding: 0 12px;
    margin: 0 8px;
    border-radius: 4px;
    border: 1px solid #BEC9D2;
}

.icon-prev {
    display: block;
    width: 12px;
    height: 12px;
    background: url("../../img/ic_page_arrow_left@2x.png") center/100% 100% no-repeat;
}

.icon-next {
    display: block;
    width: 12px;
    height: 12px;
    background: url("../../img/ic_page_arrow_right@2x.png") center/100% 100% no-repeat;
}

/*暂无数据*/
.no-data {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.no-data img {
    width: 150px;
    height: 150px;
}

.no-data .text {
    color: #77808A;
    font-size: 14px;
}

/*职位列表详情*/
.job-wrap {
    padding-bottom: 42px !important;
}

.job-wrap .detail-page-name {
    position: relative;
}

.job-wrap .detail-page-name::after {
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #006AF5;
    position: absolute;
    bottom: -12px;
}

/*职位信息详情*/
.job-info-wrap {
    margin-bottom: 20px;
}

.job-info-wrap .job-info-item {
    display: flex;
    align-items: center;
    color: #515C6B;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 26px;
}

.job-info-wrap .job-info-item .info-item-title {
    display: block;
    min-width: 80px;
    text-align: right;
    margin-bottom: 0;
    margin-right: 5px;
}

.job-info-wrap .job-info-item .info-item-content {
    display: block;
}

.job-description {
    color: #515C6B;
    font-size: 16px;
    line-height: 26px;
}
/*video*/
.video-wrap{
    padding:40px 0 50px;
}
/*avatar*/
.user-avatar{
    width:40px;
    height:40px;
    border-radius: 20px;
    object-fit: cover;
}
